Skip to content

Conversation

@DustyShoe
Copy link
Contributor

@DustyShoe DustyShoe commented Jan 11, 2026

Summary

This PR improves brush/eraser size change behavior.
Previously the size did not update when clicking on arrows in numeric field. For update, active cursor in numeric field and hitting Enter was required.
As an addition added responsiveness to slider when holding stepper button and keyboard up/down keys

Related Issues / Discussions

Fixes: #8760

QA Instructions

Check if brush/eraser size changes as expected on:

  • "[" and "]" keys
  • Holding up/down buttons next to numeric field
  • Holding up/down Keyboard keys when numeric field is active.
  • Slider updates on every operation

Merge Plan

Should have no impact. It’s tightly scoped: only ToolWidthPicker.tsx. No changes outside the tool width UI.

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • ❗Changes to a redux slice have a corresponding migration
  • Documentation added / updated (if applicable)
  • Updated What's New copy (if doing a release after this PR)

@github-actions github-actions bot added the frontend PRs that change frontend files label Jan 11, 2026
@DustyShoe DustyShoe changed the title Fix(UI)/canvas/numeric brush size Fix(UI): Canvas numeric brush size Jan 11, 2026
Copy link
Collaborator

@Pfannkuchensack Pfannkuchensack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works fine. Did not test the [ and ] Hotkeys because they dont work on my keyboard but used another key for it and that works.

Copy link
Collaborator

@lstein lstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this! Tested and working as advertised.

@lstein lstein merged commit d93ce6a into invoke-ai:main Jan 11, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend PRs that change frontend files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug]: Brush and eraser size not applied when changing size with arrows in numeric field.

3 participants